PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.images Package / PDFJpegImage Class / isJpeg Method
In This Topic
    isJpeg Method
    In This Topic
    Checks if the given stream contains a JPEG image.
    Syntax
    public static boolean isJpeg( 
       Stream stream
    )

    Parameters

    stream

    Return Value

    True if the stream contains a JPEG image.
    See Also